projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a047d2
)
(bookmark-default-file): Use convert-standard-filename.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Sep 1996 19:03:37 +0000
(19:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Sep 1996 19:03:37 +0000
(19:03 +0000)
lisp/bookmark.el
patch
|
blob
|
history
diff --git
a/lisp/bookmark.el
b/lisp/bookmark.el
index 4340048e7b6226c26c8fe4fc164a8ff086b66717..36bb94464bbee40b84c2640038bbdcf5375b5c0a 100644
(file)
--- a/
lisp/bookmark.el
+++ b/
lisp/bookmark.el
@@
-135,9
+135,7
@@
bookmark-default-file, which is `~/.emacs.bmk' by default.")
(if bookmark-file
;; In case user set `bookmark-file' in her .emacs:
bookmark-file
- (if (eq system-type 'ms-dos)
- "~/emacs.bmk" ; Cannot have initial dot [Yuck!]
- "~/.emacs.bmk"))
+ (convert-standard-filename "~/.emacs.bmk"))
"*File in which to save bookmarks by default.")